Package | nictiz.fhir.nl.stu3.zib2015 |
Type | CapabilityStatement |
Id | Id |
FHIR Version | R3 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/CapabilityStatement/gp-patientdata-clientcapabilities |
Url | http://nictiz.nl/fhir/CapabilityStatement/gp-patientdata-clientcapabilities |
Version | 1.0 |
Status | draft |
Date | 2017-09-25 |
Name | DutchGeneralPractitionerPatientDataClient |
Experimental | False |
Realm | nl |
Description | This CapabilityStatement describes the minimal requirements for a client to retrieve the "GP Patient Summary". |
Copyright | CC0 |
Kind | requirements |
No resources found
No resources found
{
"resourceType" : "CapabilityStatement",
"url" : "http://nictiz.nl/fhir/CapabilityStatement/gp-patientdata-clientcapabilities",
"version" : "1.0",
"name" : "DutchGeneralPractitionerPatientDataClient",
"status" : "draft",
"date" : "2017-09-25",
"publisher" : "Nictiz",
"contact" : [
{
"name" : "Nictiz",
"telecom" : [
{
"system" : "email",
"value" : "info@nictiz.nl",
"use" : "work"
}
]
}
],
"description" : "This CapabilityStatement describes the minimal requirements for a client to retrieve the \"GP Patient Summary\".",
"copyright" : "CC0",
"kind" : "requirements",
"fhirVersion" : "3.0.1",
"acceptUnknown" : "both",
"format" : [
"xml",
"json"
],
"profile" : [
{
"reference" : "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
},
{
"reference" : "http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole"
},
{
"reference" : "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
},
{
"reference" : "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
},
{
"reference" : "http://fhir.nl/fhir/StructureDefinition/nl-core-episodeofcare"
},
{
"reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-Procedure"
},
{
"reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-Concern"
},
{
"reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-Alert"
},
{
"reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-MedicationAgreement"
},
{
"reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-MedicationUse"
},
{
"reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance"
},
{
"reference" : "http://ihe.net/fhir/StructureDefinition/IHE.MHD.DocumentReference"
},
{
"reference" : "http://nictiz.nl/fhir/StructureDefinition/gp-DiagnosticResult"
},
{
"reference" : "http://nictiz.nl/fhir/StructureDefinition/gp-EncounterReport"
},
{
"reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-Contact"
}
],
"rest" : [
{
"mode" : "client",
"resource" : [
{
"type" : "Patient",
"interaction" : [
{
"code" : "search-type"
}
],
"searchInclude" : [
"general-practitioner"
],
"searchParam" : [
{
"name" : "identifier",
"type" : "token"
}
]
},
{
"type" : "EpisodeOfCare",
"interaction" : [
{
"code" : "search-type"
}
],
"searchRevInclude" : [
"Flag:detail"
],
"searchParam" : [
{
"name" : "identifier",
"type" : "token"
}
]
},
{
"type" : "Procedure",
"interaction" : [
{
"code" : "search-type"
}
],
"searchParam" : [
{
"name" : "patient",
"type" : "reference"
},
{
"name" : "category",
"type" : "token"
}
]
},
{
"type" : "Observation",
"interaction" : [
{
"code" : "search-type"
}
],
"searchParam" : [
{
"name" : "patient",
"type" : "reference"
},
{
"name" : "category",
"type" : "token"
},
{
"name" : "code",
"type" : "token"
}
]
},
{
"type" : "MedicationRequest",
"interaction" : [
{
"code" : "search-type"
}
],
"searchInclude" : [
"MedicationRequest.medication"
],
"searchParam" : [
{
"name" : "patient",
"type" : "reference"
},
{
"name" : "status",
"type" : "token"
},
{
"name" : "category",
"type" : "token"
}
]
},
{
"type" : "AllergyIntolerance",
"interaction" : [
{
"code" : "search-type"
}
],
"searchParam" : [
{
"name" : "patient",
"type" : "reference"
}
]
},
{
"type" : "DocumentReference",
"interaction" : [
{
"code" : "search-type"
}
],
"searchParam" : [
{
"name" : "patient",
"type" : "reference"
},
{
"name" : "status",
"type" : "token"
},
{
"name" : "indexed",
"type" : "date"
},
{
"name" : "author",
"type" : "reference"
},
{
"name" : "class",
"type" : "token"
},
{
"name" : "type",
"type" : "token"
},
{
"name" : "setting",
"type" : "token"
},
{
"name" : "period",
"type" : "date"
},
{
"name" : "facility",
"type" : "token"
},
{
"name" : "event",
"type" : "token"
},
{
"name" : "securityLabel",
"type" : "token"
},
{
"name" : "format",
"type" : "token"
},
{
"name" : "related-id",
"type" : "token"
}
]
},
{
"type" : "Composition",
"interaction" : [
{
"code" : "search-type"
}
],
"searchParam" : [
{
"name" : "type",
"type" : "token"
}
]
}
],
"interaction" : [
{
"code" : "batch"
}
]
}
],
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.